home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
hity wydania
/
Ubuntu 9.10 PL
/
karmelkowy-koliberek-desktop-9.10-i386-PL.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
recovery-mode
/
options
/
clean
next >
Wrap
Text File
|
2009-10-23
|
157b
|
13 lines
#!/bin/sh
. /usr/share/recovery-mode/l10n.sh
if [ "$1" = "test" ]; then
echo $(eval_gettext "Try to make free space")
exit 0
fi
apt-get clean
exit 0